![]() |
NMRemove |
||||
Header: | Notification.h | Carbon status: | Supported | |
Removes a notification request from the notification queue.
OSErr NMRemove ( NMRecPtr nmReqPtr );
A pointer to the notification record to remove.
A result code.
Because NMRemove does not move or purge memory, you can call it from completion functions or interrupt handlers as well as from the main body of an application and from the response function of a notification request.
Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)